-
Re: Variable Fonts from a web design perspective (podcast)
You can indeed tell the browser when to apply fonts and when not to through media queries. The problem lies in trying to find out whether a visitor would be better off with all fonts, or with a small…1 -
Re: Web Fonts Guide
If you want to support Android devices older than 4.4, OTF/TTF is your best choice. Otherwise WOFF will do.2 -
Re: Units per em
Regarding file size, I suppose that once you crossed the line where most point are more than 256 units apart, it doesn't really matter if you use a UPM of 2048, 4096, 8192, etc. The savings come from…4 -
Re: Is Anyone Designing Colour Fonts?
Changing the palette for both vector color font formats (COLR and SVG) would be done by overwriting colors defined in the CPAL table. The proposed ways, either by assigning colors to CSS variables or…2 -
Re: OpenType SVG color fonts coming to Windows 10 :)
In have experimented by now, and the conclusion is that neither Firefox nor Edge take colors from the CPAL table for an OT SVG font. (Nor does Photoshop, by the way.)2